JAMS 6.x Help
OracleQueryScalar<TResult> Class
Members 


OracleQueryScalar runs a SQL query and returns a single result. The activity executes the query and returns the first column of the first row in the result set returned by the query.
Object Model
OracleQueryScalar<TResult> Class
Syntax
'Declaration
 
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class OracleQueryScalar(Of TResult) 
   Inherits MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric(Of TResult)
   Implements MVPSI.JAMS.Activities.ISupportCommands 
'Usage
 
Dim instance As OracleQueryScalar(Of TResult)
[System.Drawing.ToolboxBitmap()]
public sealed class OracleQueryScalar<TResult> : MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<TResult>, MVPSI.JAMS.Activities.ISupportCommands  
Type Parameters
TResult
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.ActivityWithResult
         System.Activities.Activity<TResult>
            System.Activities.NativeActivity<TResult>
               MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<T>
                  MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<T>
                     MVPSI.JAMS.Activities.Oracle.OracleQueryScalar<TResult>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OracleQueryScalar<TResult> Members
MVPSI.JAMS.Activities.Oracle Namespace

Send Feedback